バージョン

Features メソッド (TreeGridWrapper<T>)

グリッド機能のリスト (ページング、並べ替え、フィルタリングなど)
シンタックス
'宣言
 
Public Function Features( _
   ByVal builder As System.Action(Of TreeGridFeatureBuilder(Of T)) _
) As TreeGridWrapper(Of T)
public TreeGridWrapper<T> Features( 
   System.Action<TreeGridFeatureBuilder<T>> builder
)

パラメータ

builder
参照

オンラインで表示: GitHub